home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_28327.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  39 lines

  1. -- card: 28327 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Tell me about the golden parr
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.  
  18.   get field "textarea" of card "River Trail"
  19.   put it&return&"Journey to the Moon Mountains" into field "textarea" of card "River Trail"
  20.  
  21.   get field "textarea" of card "Mountain Trail"
  22.   put it&return&"The monkey tree" into field "textarea" of card "Mountain Trail"
  23.  
  24.   visual effect dissolve
  25.   go card "Communal Hut"
  26. end mouseUp
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. Tell me about the golden parrot
  32.  
  33. -- part contents for background part 2
  34. ----- text -----
  35. Each man has a different story about the fabled parrot.  One says it is always seen on the Mountains of the Moon on the first day of summer. Another speaks of having seen it in the protection of a band of monkeys. Yet another story tells of the bird alighting like a golden fire on the head of a newborn baby. You don't put much stock in any of these stories.
  36.  
  37. -- part contents for background part 5
  38. ----- text -----
  39. 50